home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / comm / abuser10.zip / ABUSER.EXE / 0 / RCDATA / TSENDMAILDIALOGCE / TSENDMAILDIALOGCE.txt
Text File  |  1996-11-14  |  10KB  |  478 lines

  1. object SendMailDialogCE: TSendMailDialogCE
  2.   Left = 199
  3.   Top = 100
  4.   BorderStyle = bsDialog
  5.   Caption = 'SendMailDialog Component Editor'
  6.   ClientHeight = 234
  7.   ClientWidth = 345
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   TextHeight = 16
  14.   object Label13: TLabel
  15.     Left = 286
  16.     Top = 208
  17.     Width = 49
  18.     Height = 14
  19.     Caption = 'StarTech'
  20.     Font.Color = clBlack
  21.     Font.Height = -11
  22.     Font.Name = 'Arial'
  23.     Font.Style = [fsBold]
  24.     ParentFont = False
  25.   end
  26.   object Shape1: TShape
  27.     Left = 286
  28.     Top = 222
  29.     Width = 50
  30.     Height = 4
  31.     Brush.Color = clRed
  32.     Pen.Color = clRed
  33.   end
  34.   object Shape2: TShape
  35.     Left = 286
  36.     Top = 204
  37.     Width = 50
  38.     Height = 4
  39.     Brush.Color = clRed
  40.     Pen.Color = clRed
  41.   end
  42.   object Label14: TLabel
  43.     Left = 22
  44.     Top = 164
  45.     Width = 66
  46.     Height = 15
  47.     Caption = 'Attachment'
  48.   end
  49.   object TabbedNotebook1: TTabbedNotebook
  50.     Left = 6
  51.     Top = 2
  52.     Width = 333
  53.     Height = 199
  54.     Font.Color = clBlack
  55.     Font.Height = -12
  56.     Font.Name = 'Arial'
  57.     Font.Style = [fsBold]
  58.     TabFont.Color = clBtnText
  59.     TabFont.Height = -11
  60.     TabFont.Name = 'MS Sans Serif'
  61.     TabFont.Style = []
  62.     TabOrder = 0
  63.     object TTabPage
  64.       Left = 5
  65.       Top = 26
  66.       Caption = 'Form Appearance'
  67.       object GroupBox1: TGroupBox
  68.         Left = 8
  69.         Top = 4
  70.         Width = 109
  71.         Height = 79
  72.         Caption = 'Font'
  73.         Font.Color = clBlack
  74.         Font.Height = -12
  75.         Font.Name = 'Arial'
  76.         Font.Style = [fsBold]
  77.         ParentFont = False
  78.         TabOrder = 0
  79.         object FontSample: TPaintBox
  80.           Left = 10
  81.           Top = 40
  82.           Width = 91
  83.           Height = 33
  84.           OnPaint = FontSamplePaint
  85.         end
  86.         object Button6: TButton
  87.           Left = 20
  88.           Top = 16
  89.           Width = 69
  90.           Height = 19
  91.           Caption = 'Select'
  92.           TabOrder = 0
  93.           OnClick = Button6Click
  94.         end
  95.       end
  96.       object GroupBox2: TGroupBox
  97.         Left = 122
  98.         Top = 4
  99.         Width = 193
  100.         Height = 79
  101.         Caption = 'Position'
  102.         TabOrder = 1
  103.         object Label3: TLabel
  104.           Left = 18
  105.           Top = 52
  106.           Width = 24
  107.           Height = 15
  108.           Caption = 'Top:'
  109.         end
  110.         object Label4: TLabel
  111.           Left = 104
  112.           Top = 50
  113.           Width = 25
  114.           Height = 15
  115.           Caption = 'Left:'
  116.         end
  117.         object poscenter: TRadioButton
  118.           Left = 14
  119.           Top = 14
  120.           Width = 113
  121.           Height = 17
  122.           Caption = 'Screen Center'
  123.           TabOrder = 0
  124.         end
  125.         object poscustom: TRadioButton
  126.           Left = 14
  127.           Top = 28
  128.           Width = 113
  129.           Height = 17
  130.           Caption = 'Custom'
  131.           TabOrder = 1
  132.         end
  133.         object etop: TEdit
  134.           Left = 46
  135.           Top = 48
  136.           Width = 45
  137.           Height = 22
  138.           TabOrder = 2
  139.         end
  140.         object eleft: TEdit
  141.           Left = 138
  142.           Top = 46
  143.           Width = 45
  144.           Height = 22
  145.           TabOrder = 3
  146.         end
  147.       end
  148.       object GroupBox3: TGroupBox
  149.         Left = 6
  150.         Top = 88
  151.         Width = 113
  152.         Height = 73
  153.         Caption = 'Border'
  154.         TabOrder = 2
  155.         object rbdialog: TRadioButton
  156.           Left = 22
  157.           Top = 18
  158.           Width = 70
  159.           Height = 17
  160.           Caption = 'Dialog'
  161.           TabOrder = 0
  162.         end
  163.         object rbsingle: TRadioButton
  164.           Left = 22
  165.           Top = 34
  166.           Width = 70
  167.           Height = 17
  168.           Caption = 'Single'
  169.           TabOrder = 1
  170.         end
  171.         object rbnone: TRadioButton
  172.           Left = 22
  173.           Top = 50
  174.           Width = 70
  175.           Height = 17
  176.           Caption = 'None'
  177.           TabOrder = 2
  178.         end
  179.       end
  180.       object Color: TGroupBox
  181.         Left = 124
  182.         Top = 88
  183.         Width = 193
  184.         Height = 73
  185.         Caption = 'Color'
  186.         TabOrder = 3
  187.         object bkcol: TShape
  188.           Left = 10
  189.           Top = 16
  190.           Width = 19
  191.           Height = 19
  192.         end
  193.         object txtcol: TShape
  194.           Left = 10
  195.           Top = 42
  196.           Width = 19
  197.           Height = 19
  198.         end
  199.         object TLabel
  200.           Left = 38
  201.           Top = 20
  202.           Width = 69
  203.           Height = 15
  204.           Caption = 'Background'
  205.         end
  206.         object Label5: TLabel
  207.           Left = 38
  208.           Top = 42
  209.           Width = 25
  210.           Height = 15
  211.           Caption = 'Text'
  212.         end
  213.         object Button1: TButton
  214.           Left = 116
  215.           Top = 18
  216.           Width = 65
  217.           Height = 19
  218.           Caption = 'Edit'
  219.           TabOrder = 0
  220.           OnClick = Button1Click
  221.         end
  222.         object Button2: TButton
  223.           Left = 116
  224.           Top = 40
  225.           Width = 65
  226.           Height = 19
  227.           Caption = 'Edit'
  228.           TabOrder = 1
  229.           OnClick = Button2Click
  230.         end
  231.       end
  232.     end
  233.     object TTabPage
  234.       Left = 5
  235.       Top = 26
  236.       Caption = 'Language'
  237.       object Label8: TLabel
  238.         Left = 10
  239.         Top = 14
  240.         Width = 78
  241.         Height = 15
  242.         Caption = 'Connecting to'
  243.       end
  244.       object Label9: TLabel
  245.         Left = 10
  246.         Top = 38
  247.         Width = 75
  248.         Height = 15
  249.         Caption = 'Connected to'
  250.       end
  251.       object Label10: TLabel
  252.         Left = 10
  253.         Top = 62
  254.         Width = 53
  255.         Height = 15
  256.         Caption = 'Recipient'
  257.       end
  258.       object Label11: TLabel
  259.         Left = 10
  260.         Top = 86
  261.         Width = 72
  262.         Height = 15
  263.         Caption = 'Sending Mail'
  264.       end
  265.       object Label12: TLabel
  266.         Left = 10
  267.         Top = 114
  268.         Width = 66
  269.         Height = 15
  270.         Caption = 'Attachment'
  271.       end
  272.       object Label15: TLabel
  273.         Left = 10
  274.         Top = 138
  275.         Width = 39
  276.         Height = 15
  277.         Caption = 'Cancel'
  278.       end
  279.       object tconnecting: TEdit
  280.         Left = 94
  281.         Top = 10
  282.         Width = 221
  283.         Height = 22
  284.         TabOrder = 0
  285.       end
  286.       object tconnected: TEdit
  287.         Left = 94
  288.         Top = 34
  289.         Width = 221
  290.         Height = 22
  291.         TabOrder = 1
  292.       end
  293.       object trecpt: TEdit
  294.         Left = 94
  295.         Top = 58
  296.         Width = 221
  297.         Height = 22
  298.         TabOrder = 2
  299.       end
  300.       object tsend: TEdit
  301.         Left = 94
  302.         Top = 84
  303.         Width = 221
  304.         Height = 22
  305.         TabOrder = 3
  306.       end
  307.       object tattach: TEdit
  308.         Left = 94
  309.         Top = 110
  310.         Width = 221
  311.         Height = 22
  312.         TabOrder = 4
  313.       end
  314.       object tcancel: TEdit
  315.         Left = 94
  316.         Top = 136
  317.         Width = 221
  318.         Height = 22
  319.         TabOrder = 5
  320.       end
  321.     end
  322.     object TTabPage
  323.       Left = 5
  324.       Top = 26
  325.       Caption = 'Status Display'
  326.       object GroupBox4: TGroupBox
  327.         Left = 12
  328.         Top = 22
  329.         Width = 113
  330.         Height = 123
  331.         Caption = 'Display'
  332.         TabOrder = 0
  333.         object sttext: TCheckBox
  334.           Left = 6
  335.           Top = 16
  336.           Width = 103
  337.           Height = 17
  338.           Caption = 'Status Text'
  339.           TabOrder = 0
  340.         end
  341.         object stcounter: TCheckBox
  342.           Left = 6
  343.           Top = 70
  344.           Width = 103
  345.           Height = 17
  346.           Caption = 'Byte Counter'
  347.           TabOrder = 1
  348.         end
  349.         object stcancel: TCheckBox
  350.           Left = 6
  351.           Top = 98
  352.           Width = 103
  353.           Height = 17
  354.           Caption = 'Cancel Button'
  355.           TabOrder = 2
  356.         end
  357.         object stbar: TCheckBox
  358.           Left = 6
  359.           Top = 42
  360.           Width = 103
  361.           Height = 17
  362.           Caption = 'Status Bar'
  363.           TabOrder = 3
  364.           OnClick = stbarClick
  365.         end
  366.       end
  367.       object GroupBox5: TGroupBox
  368.         Left = 140
  369.         Top = 22
  370.         Width = 167
  371.         Height = 123
  372.         Caption = 'Status Bar'
  373.         TabOrder = 1
  374.         object Label1: TLabel
  375.           Left = 36
  376.           Top = 20
  377.           Width = 39
  378.           Height = 15
  379.           Caption = 'Height:'
  380.         end
  381.         object Label2: TLabel
  382.           Left = 36
  383.           Top = 42
  384.           Width = 36
  385.           Height = 15
  386.           Caption = 'Width:'
  387.         end
  388.         object Label6: TLabel
  389.           Left = 40
  390.           Top = 68
  391.           Width = 65
  392.           Height = 15
  393.           Caption = 'Foreground'
  394.         end
  395.         object Label7: TLabel
  396.           Left = 40
  397.           Top = 96
  398.           Width = 69
  399.           Height = 15
  400.           Caption = 'Background'
  401.         end
  402.         object stcol: TShape
  403.           Left = 10
  404.           Top = 66
  405.           Width = 19
  406.           Height = 17
  407.         end
  408.         object stbk: TShape
  409.           Left = 10
  410.           Top = 94
  411.           Width = 19
  412.           Height = 19
  413.         end
  414.         object eheight: TEdit
  415.           Left = 82
  416.           Top = 18
  417.           Width = 43
  418.           Height = 19
  419.           TabOrder = 0
  420.         end
  421.         object ewidth: TEdit
  422.           Left = 82
  423.           Top = 42
  424.           Width = 43
  425.           Height = 19
  426.           TabOrder = 1
  427.         end
  428.         object Button7: TButton
  429.           Left = 118
  430.           Top = 66
  431.           Width = 41
  432.           Height = 23
  433.           Caption = 'Edit'
  434.           TabOrder = 2
  435.           OnClick = Button7Click
  436.         end
  437.         object Button8: TButton
  438.           Left = 118
  439.           Top = 92
  440.           Width = 41
  441.           Height = 23
  442.           Caption = 'Edit'
  443.           TabOrder = 3
  444.           OnClick = Button8Click
  445.         end
  446.       end
  447.     end
  448.   end
  449.   object Button3: TButton
  450.     Left = 6
  451.     Top = 202
  452.     Width = 89
  453.     Height = 27
  454.     Caption = '&Ok'
  455.     ModalResult = 1
  456.     TabOrder = 1
  457.   end
  458.   object Button4: TButton
  459.     Left = 98
  460.     Top = 202
  461.     Width = 89
  462.     Height = 27
  463.     Cancel = True
  464.     Caption = 'Cancel'
  465.     ModalResult = 2
  466.     TabOrder = 2
  467.   end
  468.   object Button5: TButton
  469.     Left = 190
  470.     Top = 202
  471.     Width = 89
  472.     Height = 27
  473.     Caption = 'Test'
  474.     TabOrder = 3
  475.     OnClick = Button5Click
  476.   end
  477. end
  478.